projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9bcd0
)
gdk: Drop GDK_PARENT_RELATIVE
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 26 May 2020 23:21:55 +0000
(19:21 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 26 May 2020 23:21:55 +0000
(19:21 -0400)
This define is not used anywhere.
gdk/gdktypes.h
patch
|
blob
|
history
diff --git
a/gdk/gdktypes.h
b/gdk/gdktypes.h
index 39f151d7babc9cce4aad20863deb90ed0d9605d6..edb92b66385f7a11b9b6096bb35a39e8ec8ee846 100644
(file)
--- a/
gdk/gdktypes.h
+++ b/
gdk/gdktypes.h
@@
-44,7
+44,7
@@
*/
#include <gdk/gdkconfig.h>
-/* some common magic values */
+G_BEGIN_DECLS
/**
* GDK_CURRENT_TIME:
@@
-53,19
+53,6
@@
*/
#define GDK_CURRENT_TIME 0L
-/**
- * GDK_PARENT_RELATIVE:
- *
- * A special value, indicating that the background
- * for a surface should be inherited from the parent surface.
- */
-#define GDK_PARENT_RELATIVE 1L
-
-
-
-G_BEGIN_DECLS
-
-
/**
* GdkPoint:
* @x: the x coordinate of the point